out-of order execution - significado y definición. Qué es out-of order execution
Diclib.com
Diccionario en línea

Qué (quién) es out-of order execution - definición

CPU PARADIGM IN WHICH A PROCESSOR EXECUTES INSTRUCTIONS IN AN ORDER BASED ON AVAILABILITY OF INPUT DATA/EXECUTION UNITS RATHER THAN ORIGINAL ORDER IN A PROGRAM, THUS AVOIDING IDLENESS WHILE WAITING FOR THE PRECEDING INSTRUCTION TO COMPLETE
Decoupled architecture; Out of Order execution; Out of order execution; Decoupled Architecture; OOOE; Oooe; OoOE; Out-of-order code execution; OOE; Dynamic execution; In-order processor; Out-of-order microprocessor; Out-of-order processor; Out-of-order CPU; Instruction dispatch

Out-of-order execution         
In computer engineering, out-of-order execution (or more formally dynamic execution) is a paradigm used in most high-performance central processing units to make use of instruction cycles that would otherwise be wasted. In this paradigm, a processor executes instructions in an order governed by the availability of input data and execution units, rather than by their original order in a program.
Dynamic Execution         
<processor> A combination of techniques - {multiple branch prediction}, data flow analysis and speculative execution. Intel implemented Dynamic Execution in the P6 after analysing the execution of billions of lines of code. (1995-05-05)
Writ of execution         
COURT ORDER GRANTED TO PUT IN FORCE A JUDGMENT OF POSSESSION OBTAINED BY A PLAINTIFF FROM A COURT
Execution (civil procedure); Writs of execution
A writ of execution (also known as an execution) is a court order granted to put in force a judgment of possession obtained by a plaintiff from a court. When issuing a writ of execution, a court typically will order a sheriff or other similar official to take possession of property owned by a judgment debtor.

Wikipedia

Out-of-order execution

In computer engineering, out-of-order execution (or more formally dynamic execution) is a paradigm used in most high-performance central processing units to make use of instruction cycles that would otherwise be wasted. In this paradigm, a processor executes instructions in an order governed by the availability of input data and execution units, rather than by their original order in a program. In doing so, the processor can avoid being idle while waiting for the preceding instruction to complete and can, in the meantime, process the next instructions that are able to run immediately and independently.